Skip to main content
PATCH
/
api-cart
/
cart
/
{cartId}
/
orderNumber
[Deprecated] Cart soft delete
curl --request PATCH \
  --url https://prod01-apigw.{customer_name}.fabric.zone/api-cart/cart/{cartId}/orderNumber \
  --header 'Content-Type: application/json' \
  --data '
{
  "orderNumber": "1234-1234-12345"
}
'
"<unknown>"

Path Parameters

cartId
string
required
Required string length: 24
Example:

"5e5818a84d030c206b2ffb02"

Body

application/json
orderNumber
string
required
Required string length: 15
Example:

"1234-1234-12345"

Response

Cart soft delete, add the deleted boolean flag as true and add the order number to the cart.

The response is of type any.